home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / util / wb / HitMenu.lha / HitMenu / HitMenu.doc < prev    next >
Encoding:
Text File  |  2001-07-19  |  6.6 KB  |  192 lines

  1.  
  2.  
  3.                                  /\    /\
  4.                                 /  \  /  \
  5.           ____________________ /    \/    \ ____________________
  6.           \___________________\\          //___________________/
  7.                          ___  \\\        ///         _
  8.               /`'\   /> <_ _>  \\\      ///  /\/\   /­\   /\/>
  9.              </¯¯\> </   </     \\\    ///  </\/\> </¯\> </\/
  10.                                  \\\  ///
  11.                                   \\\///
  12.                                    \\//
  13.                                     \/
  14.  
  15.                               .--------------.
  16.                               |   HITMENU    |
  17.                               |              |
  18.                               | release 1.12 |
  19.                               |              |
  20.                               |--------------|
  21.                               |  15/05/2000  |
  22.                               `--------------'
  23.  
  24.                           COPYRIGHT © 2000 HITMAN
  25.  
  26.                                  FREEWARE
  27.  
  28.  
  29.  
  30. FIRST OF ALL
  31. ¯¯¯¯¯¯¯¯¯¯¯¯
  32. HITMAN IS BACK. Well on june 2000 my hd (it was 8 months old) HAS BURNED! And
  33. only now (is a very long story...) I have been able to save most of my Amiga
  34. sources. So, Im a back and If I remember something of Amiga coding, I will
  35. try to make other cool things. TO ALL MY OLD CONTACT: If you want, you can
  36. re-contanct me again, I will be very happy to re-wrie one of you again (in
  37. these months I have renounced the world of computers).
  38.  
  39.  
  40.  
  41. DISCLAIMER
  42. ¯¯¯¯¯¯¯¯¯¯
  43. HITMENU has proven to be stable in everyday use. The author is not
  44. responsible for any loss of data, damages to software or hardware that may
  45. result directly or indirectly from the use of this program. The author
  46. reserves the right to make changes to the software or documentation without
  47. notice.
  48.  
  49.  
  50.  
  51. WHAT IS THIS THING?
  52. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  53. HITMENU is only a very small "software manager" that allows to launch our
  54. favourite tools via a simple menu (just click the right mouse button on the
  55. program bar).
  56.  
  57.  
  58.  
  59. WHY HITMENU?
  60. ¯¯¯¯¯¯¯¯¯¯¯¯
  61. Well, there are many good programs much better of my (even with an excellent
  62. "TASK BAR") but..., for example, using "StartMenu" when one move the mouse
  63. pointer outside of a menu, all the menus close! Why? Is necessaty to toggle
  64. the option of the program (like MCP) that activates the window under the
  65. mouse pointer... but I can't live without this option :-), so John, please
  66. fix it! Using "ScreenTab", the cool task bar appears when the mouse pointer
  67. is at the bottom of every screen (but I think was better that appears only
  68. when one is on the Workbench screen), so isn't very nice see suddenly the
  69. task bar while one uses a paint program or watchs an animation. So, even in
  70. this case, Michael please insert this option. In every case, I suggest to
  71. use "HITMENU" with "MagicMenu" by Martin Korndörfer and Olaf `Olsen' Barthel.
  72.  
  73.  
  74.  
  75. HOW CHANGE HITMENU PREFERENCES
  76. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  77. HITMENU at the start loads the file "HITMENU.prefs" (that must be in the
  78. "Env-Archive" directory or "s" directory or in the directory where is placed
  79. HITMENU). The structure of this file is very simple and an example allows to
  80. understand easily how it should be made.
  81.  
  82. MENUTITLE:Tools         (the name of a menu)
  83.   MENUITEM:Music        (the name of a item menu)
  84.     SUBITEM:ProTracker  (the name of the program to launch)
  85.       CMD:wbrun sys:tools/music/protracker/protracker (the "path" of the
  86.           program to launch, note, if the program has the icon it should be
  87.           launched via the "wbrun" command)
  88.     SUBITEM:HitShow
  89.       CMD:sys:c/HitSHow (has the program the icon? No? So, "wbrun" is not
  90.                         necessary)
  91.   MENUITEM:Paint        (another menu...)
  92.     SUBITEM:PersonalPaint
  93.       CMD:"sys/tools/paint/personal paint/ppaint" (note: if in the program
  94.                                                   path there are spaces, use
  95.                                                   the ")
  96. MENUTITLE:Other
  97.   MENUITEM:AmigaShell
  98.     CMD:sys:c/NewShellScript (use SUBITEM is not necessary if you don't need
  99.                              it)
  100. END                     (end of the "HITMENU.prefs")
  101.  
  102.  
  103. It isn't permitted instead a line how this:
  104.  
  105. MENUTITLE:Paint
  106.   CMD:sys/tools/paint/ppaint/ppaint (in fact, after a "MENUTITLE", you need
  107.                                     insert a "MENUITEM", sorry...)
  108.  
  109.  
  110.  
  111. HITMENU TOOL TYPES
  112. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  113. POSITION= BOTTOM (Places HITMENU in the bottom left corner of the WorkBench
  114.                  screen)
  115.           TOP    (Places HITMENU in the top left corner of the WorkBench
  116.                  screen (under the WorkBench bar))
  117. XPOSITION= x     (Places HITMENU at the coordinate x of the WorkBench screen,
  118.                  example: XPOSITION=320)
  119. YPOSITION= y     (Places HITMENU at the coordinate y of the WorkBench screen,
  120.                  example: YPOSITION=128)
  121.  
  122.  
  123.  
  124. SYSTEM REQUIREMENTS
  125. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  126.  
  127.     Kicktart 2.04+, DiskFont.library, WbRun (by Sylvain Rougier and Pierre
  128.     Carrette), Parm.library
  129.  
  130.  
  131.  
  132. INSTALLATION
  133. ¯¯¯¯¯¯¯¯¯¯¯¯
  134.     Copy HitMenu in the "WbStartup" directory and "HITMENU.prefs" in the
  135.     "Env-Archive" or "s" or in the directory where is placed HITMENU, copy
  136.     "WbRun" in "C" and "parm.library" in "Libs"
  137.  
  138.  
  139.  
  140. LIST OF FILES
  141. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  142.     HITMENU must be distributed with all the following files:
  143.  
  144.     HitMenu          (Main program)
  145.     HitMenu.info
  146.     HitMenu.doc      (This cool document :-) )
  147.     HitMenu.doc.info
  148.     HitMenu.prefs    (The preferences)
  149.     c/WbRun
  150.     libs/parm.library
  151.     WB_Snapshot.png  (A "snapshot" of my Workbench while I'm using HitMenu)
  152.     WB_Snapshot.png.info
  153.  
  154.  
  155.  
  156. BUGS
  157. ¯¯¯¯
  158.     Fixed the Workbench palette problem of the version 1.0
  159.  
  160.     Bugs? A lot I think :-) This small tool has been made in an afternoon!
  161.     In every case, report me please.
  162.     If you select a program to launch and nothing happens, at 99% there is a
  163.     mistake in the program path (line "CMD:") in the "HITMENU.prefs"
  164.  
  165.  
  166.  
  167.                             MUSICIANS SEARCHING
  168.                             ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  169. I'm searching musicians for simply projects (little games, music disk, etc.).
  170. Concerns me every type of protracker modules. Each module used in my
  171. projects, will have the author's name in the credits obviously, and for those
  172. who want, their home/e-mail address and a short message.
  173.  
  174. Are there some Japanese Amigians? If yes, please contact me :-)
  175.  
  176.  
  177.  
  178. Look around AYRTON (a small slideshow dedicated to Ayrton Senna)
  179.             HIT TILES 2 SPECIAL EDITION and HIT PUZZLE now ARE FREEWARE!!!
  180.             HIT UTILITIES (a small collection of useful (?) tools) and more!
  181.  
  182.  
  183. Luca Ciccotelli
  184. contrada Colle Secco 37
  185. 66010 Tollo (CH)
  186. Italy
  187.  
  188. E-Mail:lciccot@tin.it
  189.        ciccluc@tin.it
  190.  
  191. Ciao ciao!
  192.